crypto/tls.Conn.resumptionSecret (field)
4 uses
crypto/tls (current package)
conn.go#L65: resumptionSecret []byte
handshake_client_tls13.go#L627: c.resumptionSecret = hs.suite.deriveSecret(hs.masterSecret,
handshake_client_tls13.go#L655: if cipherSuite == nil || c.resumptionSecret == nil {
handshake_client_tls13.go#L667: masterSecret: c.resumptionSecret,
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)